Determines whether the collection contains a specific value.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
| C# |
|---|
public bool Contains( T value ) |
| Visual Basic |
|---|
Public Function Contains ( _ value As T _ ) As Boolean |
Parameters
- value
- Type: T
Value to look for.